home *** CD-ROM | disk | FTP | other *** search
INI File | 1999-11-06 | 3.1 KB | 95 lines |
- ; -- NETSERV.INX --
- ;
- ; File And Print Services.
- ;
- ; Copyright (c) 1993-1999, Microsoft Corporation
-
- [Version]
- Signature = "$Windows NT$"
- Class = NetService
- ClassGUID = {4d36e974-e325-11ce-bfc1-08002be10318}
- Provider = %Msft%
- LayoutFile = layout.inf
- DriverVer=11/06/1999,5.00.2175.1
-
- [Manufacturer]
- %Msft%=MSFT
-
- [MSFT]
- %MSServer_Desc% = Install.ndi, MS_SERVER
-
- [Install.ndi]
- AddReg = MSServer.ndi.AddReg
- Characteristics = 0x0000 ; no characteristics
-
- [Install.ndi.Services]
- AddService = LanmanServer,, LanmanServer_Service_Inst, Server_Evt,, Server
- AddService = Srv,, Srv_Service_Inst, Srv_Evt
-
- [Install.ndi.Remove.Services]
- DelService = LanmanServer
- DelService = Srv
-
- [LanmanServer_Service_Inst]
- DisplayName = %LanmanServer_Display%
- ServiceType = 0x20 ;SERVICE_WIN32_SHARE_PROCESS
- StartType = 2 ;SERVICE_AUTO_START
- ErrorControl = 1 ;SERVICE_ERROR_NORMAL
- ServiceBinary = %11%\services.exe
- StartName = LocalSystem
- AddReg = MSServer.Server.AddReg
- Description = %LanmanServer_Desc%
-
- [Srv_Service_Inst]
- DisplayName = %Srv_Desc%
- ServiceType = 2 ;SERVICE_FILE_SYSTEM_DRIVER
- StartType = 3 ;SERVICE_DEMAND_START
- ErrorControl = 1 ;SERVICE_ERROR_NORMAL
- ServiceBinary = %12%\srv.sys
- LoadOrderGroup = Network
- Description = %Srv_Desc%
-
- [MSServer.ndi.AddReg]
- HKR, Ndi, ClsID, 0, {7F368827-9516-11d0-83D9-00A0C911E5DF}
- HKR, Ndi, Service, 0, LanmanServer
- HKR, Ndi, CoServices, 0x00010000, "LanmanServer", "Browser", "Srv"
- HKR, Ndi, ExcludeSetupStartServices, 0x00010000, "LanmanServer", "Browser", "Srv"
- HKR, Ndi, HelpText, 0, "%MSServer_Help%"
- HKR, Ndi\Interfaces, UpperRange, 0, "winnet5"
- HKR, Ndi\Interfaces, LowerRange, 0, "netbios,ipx,netbios_smb"
-
- [MSServer.Server.AddReg]
- HKR, AutotunedParameters, , 0x00010 ;No values
- HKR, Shares, , 0x00010 ;No values
- HKR, Parameters, NullSessionPipes, 0x10000, "COMNAP","COMNODE","SQL\QUERY","SPOOLSS","LLSRPC","EPMAPPER","LOCATOR","TrkWks","TrkSvr"
- HKR, Parameters, NullSessionShares, 0x10000, "COMCFG", "DFS$"
-
- [Server_Evt]
- AddReg = Server_Evt_AddReg
-
- [Server_Evt_AddReg]
- HKR,, EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
- HKR,, TypesSupported, 0x00010001, 0x00000007
-
- [Srv_Evt]
- AddReg = Srv_Evt_AddReg
-
- [Srv_Evt_AddReg]
- HKR,, EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
- HKR,, TypesSupported, 0x00010001, 0x00000007
-
- [Strings]
- Msft = "Microsoft"
-
- ; Component description
- MSServer_Desc = "File and Printer Sharing for Microsoft Networks"
- MSServer_Help = "Allows other computers to access resources on your computer using a Microsoft network."
-
- ; Do not localize these
-
- ; Service descriptions
- LanmanServer_Display = "Server"
- LanmanServer_Desc = "Provides RPC support and file, print, and named pipe sharing."
- Srv_Desc = "Srv"
-
-